projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2132215
)
trivial: fix typo in docs of gtk_css_provider_to_string
author
Andrés G. Aragoneses
<knocte@gmail.com>
Sun, 2 Mar 2014 08:47:31 +0000
(09:47 +0100)
committer
Andrés G. Aragoneses
<knocte@gmail.com>
Sun, 2 Mar 2014 08:47:31 +0000
(09:47 +0100)
gtk/gtkcssprovider.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssprovider.c
b/gtk/gtkcssprovider.c
index 745981075cd2fe9fe9e5dd3a83222fc8a63a96d5..2f73f4e06a4dab5ab78d5aa516a914f3957599b2 100644
(file)
--- a/
gtk/gtkcssprovider.c
+++ b/
gtk/gtkcssprovider.c
@@
-3186,9
+3186,9
@@
gtk_css_provider_print_keyframes (GHashTable *keyframes,
* gtk_css_provider_to_string:
* @provider: the provider to write to a string
*
- * Convert
e
s the @provider into a string representation in CSS
+ * Converts the @provider into a string representation in CSS
* format.
- *
+ *
* Using gtk_css_provider_load_from_data() with the return value
* from this function on a new provider created with
* gtk_css_provider_new() will basicallu create a duplicate of